🎖️GitЯра🎖️
Commit fce37d60fbb54878549de8bd03cf102e4042808e
Parents : 60119ce
Author : James Rich <james.a.rich@gmail.com>
Date : 2026-07-01T10:33:14-05:00
feat(desktop): add Flathub screenshots to metainfo.xml
Adds a <screenshots> block plus the four MeshCon-captured PNGs so the
Flathub listing has visuals for connections, nodes, messages, and
settings.
Changes
5 files changed, 19 insertions(+), 0 deletions(-)
Diff
diff --git a/desktopApp/packaging/linux/org.meshtastic.desktop.metainfo.xml b/desktopApp/packaging/linux/org.meshtastic.desktop.metainfo.xml
index 10c74c3536..1f86a0d0ce 100644
--- a/desktopApp/packaging/linux/org.meshtastic.desktop.metainfo.xml
+++ b/desktopApp/packaging/linux/org.meshtastic.desktop.metainfo.xml
@@ -72,6 +72,25 @@
<content_attribute id="social-location">intense</content_attribute>
</content_rating>
+ <screenshots>
+ <screenshot type="default">
+ <caption>Track every node on the mesh at a glance</caption>
+ <image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/main/desktopApp/packaging/linux/screenshots/meshtastic-desktop-02-nodes.png</image>
+ </screenshot>
+ <screenshot>
+ <caption>Chat with your mesh, channel by channel</caption>
+ <image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/main/desktopApp/packaging/linux/screenshots/meshtastic-desktop-03-messages.png</image>
+ </screenshot>
+ <screenshot>
+ <caption>Connect over Bluetooth, USB, or Wi-Fi</caption>
+ <image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/main/desktopApp/packaging/linux/screenshots/meshtastic-desktop-01-connections.png</image>
+ </screenshot>
+ <screenshot>
+ <caption>Full radio and module configuration</caption>
+ <image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/main/desktopApp/packaging/linux/screenshots/meshtastic-desktop-04-settings.png</image>
+ </screenshot>
+ </screenshots>
+
<releases>
<release version="2.7.14" date="2025-05-01">
<description>
diff --git a/desktopApp/packaging/linux/screenshots/meshtastic-desktop-01-connections.png b/desktopApp/packaging/linux/screenshots/meshtastic-desktop-01-connections.png
new file mode 100644
index 0000000000..4297575af7
Binary files /dev/null and b/desktopApp/packaging/linux/screenshots/meshtastic-desktop-01-connections.png differ
diff --git a/desktopApp/packaging/linux/screenshots/meshtastic-desktop-02-nodes.png b/desktopApp/packaging/linux/screenshots/meshtastic-desktop-02-nodes.png
new file mode 100644
index 0000000000..fb4cb54abf
Binary files /dev/null and b/desktopApp/packaging/linux/screenshots/meshtastic-desktop-02-nodes.png differ
diff --git a/desktopApp/packaging/linux/screenshots/meshtastic-desktop-03-messages.png b/desktopApp/packaging/linux/screenshots/meshtastic-desktop-03-messages.png
new file mode 100644
index 0000000000..4e8d3157b0
Binary files /dev/null and b/desktopApp/packaging/linux/screenshots/meshtastic-desktop-03-messages.png differ
diff --git a/desktopApp/packaging/linux/screenshots/meshtastic-desktop-04-settings.png b/desktopApp/packaging/linux/screenshots/meshtastic-desktop-04-settings.png
new file mode 100644
index 0000000000..4449243389
Binary files /dev/null and b/desktopApp/packaging/linux/screenshots/meshtastic-desktop-04-settings.png differ
Served by rngit 1.5.2 - Generated in 0.07s